&

The `&' operator forces to use the built-in following fitting mode command and to ignore any existing macro or alias with the same name. This can be useful in constructions like:

    macro cd 1
        pmode cd "$1"
        &cd $1                  # The built-in cd
    stop

macro, cd